ContactInfo Constructor (String, String) |
Initializes a new instance of the ContactInfo class with the specified display name and address.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic ContactInfo(
string name,
string address
)
Public Sub New (
name As String,
address As String
)
Parameters
- name
- Type: SystemString
A string contains display name. - address
- Type: SystemString
A string contains address.
See Also